|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.domain.FIPAServiceCommunicator
This class provides a set of basic and static methods to perform the FIPA Agent Management actions.
However, developers should use DFService and AMSService
which provide specialized methods to communicate with the DF and the AMS.
| Constructor Summary | |
FIPAServiceCommunicator()
|
|
| Method Summary | |
static ACLMessage |
doFipaRequestClient(Agent a,
ACLMessage request)
This method plays the initiator role in the Fipa-Request interaction protocol and performs all the steps of the protocol. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FIPAServiceCommunicator()
| Method Detail |
public static ACLMessage doFipaRequestClient(Agent a,
ACLMessage request)
throws FIPAException
FipaRequestInitiatorBehaviour is the preferred
way to play the protocol.a - is the Agent playing the initiator rolerequest - is the ACLMessage to be sent. Notice that all the slots of the
message must have already been filled by the caller.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||